Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for all boot methods other than isolinux #152

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

mika
Copy link
Member

@mika mika commented Aug 20, 2024

The "grub2" and "manifold" options for HYBRID_METHOD as well as the "grub" and "grub2" options for BOOT_METHOD are not used by any official Grml ISO, though they add considerable overhead and complexity in our code base.

I'd like to keep our code base simple and avoid feature creep, so let's deprecate BOOT_METHOD, and drop support for HYBRID_METHOD other than isolinux.

Note: not yet verified myself and there's also a TODO left (see code changes), but trying to gather early feedback :)

@mika mika requested review from zeha and jkirk August 20, 2024 08:01
@zeha
Copy link
Member

zeha commented Aug 20, 2024

haven't looked at the change yet, but does it preserve uefi boot with grub2?

The "grub2" and "manifold" options for HYBRID_METHOD as well as the
"grub" and "grub2" options for BOOT_METHOD are not used by any official
Grml ISO. But they add considerable overhead and complexity in our
code base.

I'd like to keep our code base simple and avoid feature creep, so let's
deprecate BOOT_METHOD, and drop support for HYBRID_METHOD other than
isolinux.

FTR: isolinux/syslinux is used for BIOS boot, GRUB is still relevant and
used for EFI boot.
@mika mika merged commit 9c15819 into master Oct 4, 2024
@mika mika deleted the mika/isolinux-only branch October 4, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants